void move_dll(char *filename,int newrelpos)
Parameter | Type | Description |
---|---|---|
filename | char * | filename for the Fly3D plug-in dll |
newrelpos | int | relative move |
Returns TRUE if the dll was moved OK, FALSE if not found or other error.
This function changes a Fly3D plug-in dll position (order) in the plug-in list. The order of plug-ins is important as the first ones will render first. The panorama.dll plug-in is usually the first (because it draws the background).